//==============================================================================
// AOE_Weaponman_Anim.txt
//==============================================================================

import bogsveigir_weapon_defines_anim.txt

//==============================================================================
define blood
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
          Visualparticle sfx a blood spurt
         }
      }
   }
}


//==============================================================================
define Head
{
   SetSelector
   {
      TechLogic none/Medium Archers/Heavy Archers/Champion Archers
      set hotspot
      {
         version
         {
            Visual Archer G Toxotes Head Standard
         }
      }
      set hotspot
      {
         version
         {
            Visual Cavalry G Prodromos Head Copper
         }
      }
      set hotspot
      {
         version
         {
      set hotspot
      {
         version
         {
         Visual Cavalry G Prodromos Head Iron
         }
      }
      set hotspot
      {
         version
         {
         Visual Macedonian Head
		ReplaceTexture Infantry G Hoplite Head Bronze/Phrygian Helmet4
         }
      }
   }
}

//==============================================================================
define arrow
{
   set hotspot
   {
      version
      {
         Visual Attachments A HandArrow
      }
   }
}

//==============================================================================
define blood
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			Visualparticle sfx a blood spurt
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      TechLogic none/Medium Archers/Heavy Archers/Champion Archers
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_IdleA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman
					connect Righthand Weapon hotspot
					Connect TopOfHead Head hotspot				   
					connect leftforearm Shield hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_IdleA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman copper
					connect Righthand Weapon hotspot
					Connect TopOfHead Head hotspot				   
					connect leftforearm Shield hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_IdleA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman bronze
					connect Righthand Weapon hotspot
					Connect TopOfHead Head hotspot				   
					connect leftforearm Shield hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_IdleA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman iron
					connect Righthand Weapon hotspot
					Connect TopOfHead Head hotspot				   
					connect leftforearm Shield hotspot
				}
			}
   }
}

//==============================================================================
anim walk
{
		SetSelector 
		{
      TechLogic none/Medium Archers/Heavy Archers/Champion Archers
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_WalkA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.50 true   
               tag FootstepRight 0.00 true   
//-- end auto generated section
					connect righthand Weapon hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm Shield hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_WalkA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman copper
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.50 true   
               tag FootstepRight 0.00 true   
//-- end auto generated section
					connect righthand Weapon hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm Shield hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_WalkA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman bronze
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.50 true   
               tag FootstepRight 0.00 true   
//-- end auto generated section
					connect righthand Weapon hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm Shield hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Archer G Toxotes_WalkA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman iron
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.50 true   
               tag FootstepRight 0.00 true   
//-- end auto generated section
					connect righthand Weapon hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm Shield hotspot
				}
			}
                }
}

//==============================================================================
anim RangedAttack
{
   SetSelector
   {
      TechLogic none/Medium Archers/Heavy Archers/Champion Archers
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_AttackA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.40 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.50 false Arrow checkVisible 
//-- end auto generated section
					Connect TopOfHead Head hotspot
					connect righthand Weapon hotspot
					connect leftforearm Shield hotspot
         }
      }
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_AttackA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman copper
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.40 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.50 false Arrow checkVisible 
//-- end auto generated section
					Connect TopOfHead Head hotspot
					connect righthand Weapon hotspot
					connect leftforearm Shield hotspot
         }
      }
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_AttackA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman bronze
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.40 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.50 false Arrow checkVisible 
//-- end auto generated section
					Connect TopOfHead Head hotspot
					connect righthand Weapon hotspot
					connect leftforearm Shield hotspot
         }
      }
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_AttackA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman iron
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.40 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.50 false Arrow checkVisible 
//-- end auto generated section
					Connect TopOfHead Head hotspot
					connect righthand Weapon hotspot
					connect leftforearm Shield hotspot
         }
      }
   }
}


//==============================================================================
anim Death
{
   SetSelector
   {
      TechLogic none/Medium Archers/Heavy Archers/Champion Archers
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_DeathA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman
					connect righthand Weapon hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm Shield hotspot
                                        Connect TopOfHead Blood hotspot
         }
      }
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_DeathA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman copper
					connect righthand Weapon hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm Shield hotspot
                                        Connect TopOfHead Blood hotspot
         }
      }
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_DeathA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman bronze
					connect righthand Weapon hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm Shield hotspot
                                        Connect TopOfHead Blood hotspot
         }
      }
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_DeathA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman iron
					connect righthand Weapon hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm Shield hotspot
                                        Connect TopOfHead Blood hotspot
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      TechLogic none/Medium Archers/Heavy Archers/Champion Archers
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_FlailA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman
					connect Righthand Weapon hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm Shield hotspot
                                Connect TopOfHead Blood hotspot
         }
      }
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_FlailA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman copper
					connect Righthand Weapon hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm Shield hotspot
                                Connect TopOfHead Blood hotspot
         }
      }
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_FlailA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman bronze 
					connect Righthand Weapon hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm Shield hotspot
                                Connect TopOfHead Blood hotspot
         }
      }
      set hotspot
      {
         version
         {
					Visual Archer G Toxotes_FlailA
					ReplaceTexture Archer G Toxotes Standard/Aoe Bowman iron
					connect Righthand Weapon hotspot
					Connect TopOfHead Head hotspot
					connect leftforearm Shield hotspot
                                Connect TopOfHead Blood hotspot
         }
      }
   }
}
